object MyTexture: TMyTexture Left = 288 Top = 123 BorderStyle = bsDialog Caption = 'Background' ClientHeight = 210 ClientWidth = 233 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow TextHeight = 19 object Bevel1: TBevel Left = 12 Top = 12 Width = 209 Height = 141 Shape = bsFrame Style = bsRaised end object NoBitmap: TCheckBox Left = 16 Top = 20 Width = 201 Height = 21 Caption = 'No Background Texture' TabOrder = 0 OnClick = NoBitmapClick end object SelectBitmap: TButton Left = 24 Top = 60 Width = 181 Height = 33 Caption = '&Select New Bitmap' TabOrder = 1 OnClick = SelectBitmapClick end object Stretch: TRadioButton Left = 36 Top = 104 Width = 161 Height = 17 Caption = 'Stretch' TabOrder = 2 OnClick = StretchClick end object Tile: TRadioButton Left = 36 Top = 128 Width = 161 Height = 17 Caption = 'Tile (Wallpaper)' TabOrder = 3 OnClick = TileClick end object OkButton: TButton Left = 72 Top = 168 Width = 89 Height = 33 Caption = '&Ok' Default = True TabOrder = 4 OnClick = OkButtonClick end object OpenBitmap: TOpenDialog DefaultExt = 'BMP' Filter = 'Bitmaps (*.BMP)|*.BMP' Title = 'Open Background Texture Bitmap' Left = 192 Top = 168 end end